correct Entry
open override fun correctEntry(input: String, type: EntryValidator.ValidationType): ValidationResult<String>
Validates (not corrects) the provided String versus the provided Predicate
This checker doesn't have enough context to know how to make a correction, so just passes validation results on correct.
Return
ValidationResult
Author
fzzyhmstrs
Since
0.2.6
Parameters
input
String - the Identifier to test
type
EntryValidator.ValidationType - whether this is testing with weak or strong validation